GutterLines.addClass

Adds the class @name to @line.

@name will be converted to a [alias@GLib.Quark] as part of this process. A faster version of this function is available via [method@GutterLines.add_qclass] for situations where the [alias@GLib.Quark] is known ahead of time.

class GutterLines
void
addClass
(
uint line
,
string name
)

Parameters

line uint

a line number starting from zero

name string

a class name

Meta